﻿
.mybutton {
    /* padding: 5px 15px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #04AA6D;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;*/
    position: relative;
    border: 2px solid transparent;
    height: 40px;
    padding: 0 30px;
    background-color: #4284c5;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

    .mybutton:hover {
        background-color: antiquewhite
    }

    .mybutton:active {
        background-color: #3e8e41;
        box-shadow: 0 4px #666;
        transform: translateY(4px);
    }

.header-search {
    padding: 15px 0px;
}

    .header-search div {
        position: relative;
    }

        .header-search div .input-select {
            margin-right: -4px;
            border-radius: 40px 0px 0px 40px;
        }

        .header-search div .input {
            width: calc(100% - 260px);
            margin-right: -4px;
        }

        .header-search div .search-btn {
            height: 40px;
            width: 100px;
              padding: 4px 22px;
            background: #4284c5;
            /*  #22ddd5*/
            color: #FFF;
            font-weight: 700;
            border: none;
            border-radius: 0px 40px 40px 0px;
        }


#newsletter.section {
    border-top: 2px solid #E4E7ED;
    border-bottom: 3px solid #4284c5;
    margin-top: 30px;
}

.newsletter {
    text-align: center;
}

    .newsletter p {
        font-size: 24px;
    }

    .newsletter div {
        position: relative;
        max-width: 520px;
        margin: 30px auto;
    }

        .newsletter div:after {
            content: "\f003";
            font-family: FontAwesome;
            position: absolute;
            font-size: 160px;
            color: #E4E7ED;
            top: 15px;
            -webkit-transform: translateY(-50%) rotate(15deg);
            -ms-transform: translateY(-50%) rotate(15deg);
            transform: translateY(-50%) rotate(15deg);
            z-index: -1;
            left: -90px;
        }

        .newsletter div .input {
            width: calc(100% - 160px);
            margin-right: -4px;
            border-radius: 40px 0px 0px 40px;
        }

        .newsletter div .newsletter-btn {
            width: 160px;
            height: 40px;
            font-weight: 700;
            background: #4284c5;
            color: #FFF;
            border: none;
            border-radius: 0px 40px 40px 0px;
        }

    .newsletter .newsletter-follow {
        text-align: center;
    }

        .newsletter .newsletter-follow li {
            display: inline-block;
            margin-right: 5px;
        }

            .newsletter .newsletter-follow li:last-child {
                margin-right: 0px;
            }

            .newsletter .newsletter-follow li a {
                position: relative;
                display: block;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                border: 1px solid #E4E7ED;
                background-color: #FFF;
                -webkit-transition: 0.2s all;
                transition: 0.2s all;
            }

                .newsletter .newsletter-follow li a:hover, .newsletter .newsletter-follow li a:focus {
                    background-color: #E4E7ED;
                    color: #4284c5;
                }


#headerq {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #030243d9;
}


#mydiv {
    /*    margin:auto;
    position:absolute;
    top: 25%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; set to a negative number 1/2 of your height
    margin-left: -15em; set to a negative number 1/2 of your width*/
}

.login-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.login-div {
    width: 380px;
    height: 600px;
    padding: 60px 35px 35px 35px;
    border-radius: 40px;
    background: #ecf0f3;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #ffffff;
}

.logologin {
    background: url("./img/userlogo.png");
    width: 95px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: /* logo shadow */ 0px 0px 2px #5f5f5f, /* offset */ 0px 0px 0px 5px #ecf0f3, /*bottom right */ 8px 8px 15px #a7aaaf, /* top left */ -8px -8px 15px #ffffff;
}

.title {
    text-align: center;
    font-size: 28px;
    padding-top: 20px;
    letter-spacing: 0.5px;
}

.sub-title {
    text-align: center;
    font-size: 15px;
    padding-top: 7px;
    letter-spacing: 3px;
}

.fields {
    width: 100%;
    padding: 55px 5px 5px 5px;
}

    .fields input {
        border: none;
        outline: none;
        background: none;
        font-size: 18px;
        color: #555;
        padding: 20px 10px 20px 5px;
    }

.username, .password {
    margin-bottom: 30px;
    border-radius: 25px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #ffffff;
}

.fields svg {
    height: 22px;
    margin: 0 10px -3px 25px;
}

.signin-button {
    outline: none;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    background: #24cfaa;
    box-shadow: 3px 3px 8px #b1b1b1, -3px -3px 8px #ffffff;
    transition: 0.5s;
}

    .signin-button:hover {
        background: #2fdbb6;
    }

    .signin-button:active {
        background: #1da88a;
    }

.link {
    padding-top: 20px;
    text-align: center;
}

    .link a {
        text-decoration: none;
        color: #aaa;
        font-size: 15px;
    }

.btnu {
    display: inline-block;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-redu {
    color: #fff;
    background-color: #4284c5;
    border-color: #4284c5;
    padding: 4px;
}


.txtbx {
   /* background-image: url("u.png");*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgba( 136, 136, 136, 0.3 );
}
