@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

/*

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #f6f5f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: -20px 0 50px;
		margin-top: 20px;
}*/

.form-container h1 {
    font-weight: bold;
    margin: 0;
    font-size: 1.25rem;
    color:#038293 ;
}

.form-container p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: .5px;
    margin: 20px 0 30px;
}

.form-container span {
    font-size: 12px;
    width:100%;
}

.form-container a {
    color: #038293;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

//signupcontainer
.container123 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .2), 0 10px 10px rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    width: 440px;
    max-width: 100%;
    min-height: 480px;
}

.form-container form {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding:  0 50px;
    height: 100%;
   /* width: 430px;
    min-width: 330px;
    max-width:50%;*/
    justify-content: center;
    align-items: center;
    text-align: center;
     border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.form-container input {
    background: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-container input:active {
    border: 1px solid #0085f230;
    outline-color: rgba(170, 50, 220, .6);
    border-radius: 0.25rem;
}


.form-container button {
    border-radius: 5px;
    border: 1px solid #038293;
    background: #0096a9;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor:pointer;

    color: #fff;
    background-color: #04a9f5;
    border-color: #04a9f5;
}

.form-container button:active {
    transform: scale(.95);
}

.form-container button:focus {
    outline: none;
}

button.ghost {
    background: transparent;
    border-color: #fff;
}

.form-container {

    height: 100%;
    transition: all .6s ease-in-out;
}


  .phoneext
   {
      border: 1px solid #ccc;
      background:#cccccc40;
      font-size: 13px;;
      border-radius:5px 0px 0px 5px ;
      border-bottom-width: 2px ;padding:0px 4px;
  }

  .flexydiv
  {
    display: flex;
    flex-direction: row;
    padding: 0px;width: fit-content;
    height: fit-content;
    width:100%;
  }
  .phoneInp
  {
    border-left: 0px solid;

    padding-left: 5px ;
  }

  .phoneInpExt
   {
     border: 1px solid #0085f230;
     outline-color: rgba(170, 50, 220, .6);
     border-radius: 0.25rem;
   }

















































































