body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-color: #d3d3d3;
    font-family: 'Oxygen', sans-serif;
}

.main {
    margin-top: 70px;
}

h1.title {
    font-size: 50px;
    font-family: 'Passion One', cursive;
    font-weight: 400;
}

hr {
    width: 10%;
    color: #fff;
}

.navbar{
    margin-bottom: unset;
}


#form1{
    
    
    background-size: cover;
     background-repeat: no-repeat;
}

.logIncontainer, #PHSignUp {
   
    /*height: 100%;*
}

.form-group {
    margin-bottom: 15px;
}

label {
    margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login {
    /* shadows and rounded borders */
    -/*moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
}

.main-center {
    border-radius: 10px;
    margin-top: 30px;
    margin: 0 auto;
    max-width: 400px;  
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    border: 10px solid #6b73748f;
    transform: translate(-50%, -50%);
}

#Panel1,#Panel2, #Panel3{

    border: 10px solid #6b73748f;
    background: white;
    padding: 40px 20px;
    border-radius: 10px;
}

#Panel2,#Panel3{
     background: white;
    padding: 40px 20px;
    border-radius: 2px;
}


.login-button {
    background-color: #1d99a9ba !important;
    color: white !important;
    margin-top: 5px;
}

.login-button:hover{
    color: white;
}

.login-register {
    font-size: 11px;
    text-align: center;
}


.dangermine{
   margin-bottom:15px;
}

.danger1{
    padding:8px;
    width:100%;
}

.danger2{
    float:left;
}

.main-center1{
    max-width: 100% !important;
    font-size: 22px;
}

.btnFont{
    font-size: 17px !important;
}

.navBrandLogo{
    width: 250px;
    padding: 12px;
}

.text-log{
    color: white !important;
    padding-left: 32px;
}

.text-log1{
    color: white !important;
    padding-left: 6px;
}

.text-log:hover , .text-log1:hover{
    text-decoration: none;
    color:white;
}

.pacontainer{
    padding-top: 12px;
}

.fo{
    position:relative;
    float:left;
}

.foEmail{
    position:relative;
    float:left;
    padding-left: 12px;
}

.envo{
    width: 22px;
    background: #18b5ca;
    height: 19px;
    text-align: center;
    border-radius: 3px;
}

#turkey::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    position: absolute;
    background-image: url('../../Content/turkey-flag.png');
    left: 12px;
    top: 1px;
}

#canada::before {
    content:"";
    display:block;
    width: 16px;
    height:16px;
    background-size: 16px 16px;
    position:absolute;
    background-image: url('../../Content/canada-flag.png');
    left: 10px;
    top: 1px;
}

.share{
       width: 25px;
    height: 25px;
    background-color: #18b5ca;
    text-align: center;
    padding-top: 2px;
    border-radius: 4px; 
}

.shareImg{
    width: 19px;
    height: 19px;

}

@media only screen and (max-width: 750px) {
    /*.hideNav{
        display:none;
    }*/

    .shoNav{
            position: fixed;
        bottom: 0px;
        width: 100%;
        display:block !important;
    }

    /*.paCol{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }*/
    .insertUser{
        padding-bottom: 60px;
         background-image: url('../../Content/logInImg.jpg');
  
    background-size: cover;
     background-repeat: no-repeat;
    }
}



@media only screen and (max-width: 500px) {
   
    .logIncontainer{
        padding-bottom: 50px;
    }

    .share{
        position: absolute;
         right: 28px;
         bottom: 32px;
    }

    .pacontainer{
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .fo{
       float:unset;
       padding-bottom: 5px;
   }

   #canada::before{
       left: 12px;
   }
    
   .foEmail{
        padding-left: 9px;
        float:left
    }   

   .glyphiconStyle {
       top: 2px;
   }

   /*.paCol{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }*/

   

}

@media only screen and (max-width: 350px) {
    .navBrandLogo {
        width: 150px;
    }
}

.noBo{
    border: unset !important;
}

.Title{
    color:white;
}

.reg{
    background-color:#5959596b;
}

.TcSt{
    color:white;
}


.paCol{
    padding-top: 80px;
    padding-bottom: 36px;
}

.col-centered{
   /**/ float: none;
    margin: 0 auto;


  
}

.shoNav{
    display:none;
}


.navbar-cu{
    /*position: absolute;
    top: 0px;
    width:100%;
    margin-bottom:75px;*/
}


.alert2 {
    margin-bottom: unset;
}

.block{
    display:block;
}

.paCu{
    padding-right: 12px;
    cursor:pointer;
}

.paCu1{
    padding-right: 4px;
    cursor:pointer;
}

.cur{   cursor:pointer;}

